aboutsummaryrefslogtreecommitdiffstats
path: root/templates
AgeCommit message (Collapse)Author
2015-01-14Move to new style tags in templates for 1.6 upgradeBeth Flanagan
{% url myview %} becomes {% url "myview" %} The old style tags were depreciated in 1.5 and if not corrected will throw: "Error: 'url' requires a non-empty first argument. The syntax changed in Django 1.5, see the docs." Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
2015-01-14Make distinction between queue and reviewed pages clearerPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2015-01-14Add the concept of a buildPaul Eggleton
Record a build every time the tool is run. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-30Add improved pagination from layerindex-webPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-30base.html: add some padding to the top of the content areaPaul Eggleton
This is needed with the navbar in current versions of Bootstrap. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-30base.html: base template fixesPaul Eggleton
* Use title_append instead of title * Add scripts block * Add missing closing body tag and remove body tags from other templates Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-30Fix static pathing to use staticfilesPaul Eggleton
This is the recommended best practice. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-29Add error template pages from layerindex-webPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-29Add copyright/license header to all source filesPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-29Update registration templatesPaul Eggleton
Update from layerindex-web. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-29Move all templates to a templates directoryPaul Eggleton
This should allow the templates to be found and swapped out more easily. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>