Made title tag configurable the django way.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{% extends 'global.html'%}
|
||||
{% load static %}
|
||||
|
||||
{% block title %}{{place.name}}{% endblock %}
|
||||
|
||||
{% block maincontent %}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user