Fix the user templates

This commit is contained in:
Daniel Greenfeld 2013-08-16 15:19:50 +02:00
parent a6a4f2272d
commit eb35064b13
3 changed files with 6 additions and 5 deletions

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}