Browse Source

load staticfiles -> load static

pull/287/head
Pēteris Caune 5 years ago
parent
commit
7fffb95c96
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      templates/base.html
  2. +2
    -2
      templates/front/log.html

+ 1
- 1
templates/base.html View File

@ -1,4 +1,4 @@
<!DOCTYPE html>{% load compress staticfiles hc_extras %}
<!DOCTYPE html>{% load compress static hc_extras %}
<html lang="en">
<head>
<meta charset="utf-8">


+ 2
- 2
templates/front/log.html View File

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load compress humanize staticfiles hc_extras %}
{% load compress humanize static hc_extras %}
{% block title %}My Checks - {% site_name %}{% endblock %}
@ -28,7 +28,7 @@
<label class="btn btn-default btn-xs" data-format="{{ check.tz }}">
<input type="radio" name="date-format">
{{ check.tz }}
</label>
</label>
{% endif %}
<label class="btn btn-default btn-xs active" data-format="local">


Loading…
Cancel
Save