Merge branch 'develop' into 'master'

Add about.html because Jopi forgot

See merge request !29
This commit is contained in:
Jan Tuomi
2017-05-24 20:12:46 +03:00
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -89,6 +89,7 @@ TEMPLATES = [
'django.contrib.auth.context_processors.auth', 'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages', 'django.contrib.messages.context_processors.messages',
'django.template.context_processors.static', 'django.template.context_processors.static',
'dealer.contrib.django.context_processor',
], ],
}, },
}, },
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
{% load static %}
<html>
<head>
<link rel="stylesheet" href="{% static "css/base.css" %}">
</head>
<body>
<h1>SIKWEB 2.0</h1>
<h2>Git revision</h2>
{{ REVISION }}
<h2>Git tag</h2>
{{ TAG }}
</body>
</html>