mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
fix issue #275
This commit is contained in:
parent
d412946f93
commit
d181fca7d4
|
@ -1,4 +1,4 @@
|
|||
{% extends "base.html" %}
|
||||
{% raw %}{% extends "base.html" %}
|
||||
{% load static %}{% load i18n %}
|
||||
{% block title %}Members{% endblock %}
|
||||
|
||||
|
@ -17,4 +17,4 @@
|
|||
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock content %}{% endraw %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user