Merge branch 'develop' into 'master'
Add about.html because Jopi forgot See merge request !29
This commit is contained in:
@@ -89,6 +89,7 @@ TEMPLATES = [
|
||||
'django.contrib.auth.context_processors.auth',
|
||||
'django.contrib.messages.context_processors.messages',
|
||||
'django.template.context_processors.static',
|
||||
'dealer.contrib.django.context_processor',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user