summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/templates/includes/layout/footer_db_update.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/templates/includes/layout/footer_db_update.html b/python/templates/includes/layout/footer_db_update.html
new file mode 100644
index 0000000..60284a5
--- /dev/null
+++ b/python/templates/includes/layout/footer_db_update.html
@@ -0,0 +1,10 @@
+<h3 class="footerhead">Gentoo Packages Database</h3>
+ <div class="row">
+ <div class="col-xs-12 col-md-4">
+ <span class="kk-group-header">Data currrent as of</span><br><span>{{ jobs.TimeStamp|date:"D d b Y G i" }}</span>
+ </div>
+ <div class="col-xs-12 col-md-4">
+ </div>
+ <div class="col-xs-12 col-md-4">
+ </div>
+</div>