Browse Source

fix dead missing template variables

Nick Sweeting 5 years ago
parent
commit
0ec9bfb971
2 changed files with 2 additions and 2 deletions
  1. 1 1
      archivebox/templates/admin/base.html
  2. 1 1
      archivebox/templates/core/base.html

+ 1 - 1
archivebox/templates/admin/base.html

@@ -20,7 +20,7 @@
 <body class="{% if is_popup %}popup {% endif %}{% block bodyclass %}{% endblock %}"
   data-admin-utc-offset="{% now "Z" %}">
 
-  <style nonce="{{nonce}}">
+  <style>
       /* Loading Progress Bar */
         #progress {
             position: absolute;

+ 1 - 1
archivebox/templates/core/base.html

@@ -38,7 +38,7 @@
             <div id="header">
                 <div id="branding">
                     <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"/>
                             ArchiveBox
                         </a>