Made title tag configurable the django way.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{% extends 'global.html'%}
|
||||
{% load static %}
|
||||
|
||||
{% block title %}Lost Places{% endblock %}
|
||||
|
||||
{% block maincontent %}
|
||||
<ul class="LP-Place__List">
|
||||
{% for place in place_list %}
|
||||
|
Reference in New Issue
Block a user