We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf3b75 commit c866840Copy full SHA for c866840
downloads/models.py
@@ -154,6 +154,7 @@ def update_supernav():
154
155
content = render_to_string('downloads/supernav.html', {
156
'python_files': python_files,
157
+ 'last_updated': timezone.now(),
158
})
159
160
box, _ = Box.objects.update_or_create(
templates/downloads/supernav.html
@@ -1,4 +1,4 @@
1
-<!-- download supernav from templates/downloads/supernav.html -->
+<!-- Download supernav from templates/downloads/supernav.html - Last updated at {{ last_updated }} -->
2
<li class="tier-2 super-navigation">
3
{% for data in python_files %}
4
<div class="download-os-{{ data.os.slug }}" style="display: none;">
0 commit comments