Browse Source

add versioning to static files

devel
Dmitry Novikov 7 years ago
parent
commit
1658d666f6
  1. 2
      accounts_app/templates/accounts/login.html

2
accounts_app/templates/accounts/login.html

@ -5,7 +5,7 @@
<title>{% trans 'Auth' %}</title> <title>{% trans 'Auth' %}</title>
<meta name="robots" content="noindex"> <meta name="robots" content="noindex">
<link rel="shortcut icon" href="{% static 'img/favicon_m.ico' %}"> <link rel="shortcut icon" href="{% static 'img/favicon_m.ico' %}">
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}?cs=feeb82e57e3f9244e91fdb3989858b6e">
<style> <style>
body{ body{
background-color: #ececec; background-color: #ececec;

Loading…
Cancel
Save