mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-20 21:32:06 +02:00
fix dead missing template variables
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<body class="{% if is_popup %}popup {% endif %}{% block bodyclass %}{% endblock %}"
|
<body class="{% if is_popup %}popup {% endif %}{% block bodyclass %}{% endblock %}"
|
||||||
data-admin-utc-offset="{% now "Z" %}">
|
data-admin-utc-offset="{% now "Z" %}">
|
||||||
|
|
||||||
<style nonce="{{nonce}}">
|
<style>
|
||||||
/* Loading Progress Bar */
|
/* Loading Progress Bar */
|
||||||
#progress {
|
#progress {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@@ -38,7 +38,7 @@
|
|||||||
<div id="header">
|
<div id="header">
|
||||||
<div id="branding">
|
<div id="branding">
|
||||||
<h1 id="site-name">
|
<h1 id="site-name">
|
||||||
<a href="{% url 'public-index' %}" class="header-archivebox" title="Last updated: {{updated}}">
|
<a href="{% url 'public-index' %}" class="header-archivebox">
|
||||||
<img src="{% static 'archive.png' %}" alt="Logo" style="height: 30px"/>
|
<img src="{% static 'archive.png' %}" alt="Logo" style="height: 30px"/>
|
||||||
ArchiveBox
|
ArchiveBox
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user