Add product info to settings file

This commit is contained in:
2018-02-10 16:16:14 +01:00
parent a0ecf70986
commit 010ad6ef4f
4 changed files with 13 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{% extends '_base.html' %}
{% load static %}
{% load static form_tags %}
{% block stylesheet %}
<link rel="stylesheet" href="{% static 'css/login.css' %}">
@@ -9,7 +9,7 @@
{% block body %}
<div class="container">
<h1 class="text-center logo my-4">
<a href="{% url 'billard:location_index' %}">carom</a>
<a href="{% url 'billard:location_index' %}">{% settings_value "PRODUCT_INFO" %}</a>
</h1>
{% block content %}
{% endblock %}