mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 19:14:03 +03:00
Fix the user templates
This commit is contained in:
parent
a6a4f2272d
commit
eb35064b13
|
@ -1,4 +1,4 @@
|
|||
{% extends "base.html" %}
|
||||
{% raw %}{% extends "base.html" %}
|
||||
{% load avatar_tags %}
|
||||
{% load static %}
|
||||
|
||||
|
@ -37,3 +37,4 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
{% endraw %}
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "base.html" %}
|
||||
{% raw %}{% extends "base.html" %}
|
||||
{% load crispy_forms_tags %}
|
||||
|
||||
{% block title %}User: {{ user.username }}{% endblock %}
|
||||
|
@ -21,4 +21,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}{% endraw %}
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "base.html" %}
|
||||
{% raw %}{% extends "base.html" %}
|
||||
{% load static %}{% load i18n %}
|
||||
{% load avatar_tags %}
|
||||
|
||||
|
@ -31,4 +31,4 @@
|
|||
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock content %}{% endraw %}
|
Loading…
Reference in New Issue
Block a user