fix avatar templates to correct #6

This commit is contained in:
Daniel Greenfeld 2013-08-23 09:52:25 +02:00
parent bd085f7176
commit 59770c8996
5 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,4 @@
{% raw %}
{% extends "avatar/base.html" %}
{% load i18n avatar_tags %}
{% load url from future %}
@ -19,3 +20,4 @@
</div>
</div>
{% endblock %}
{% endraw %}

View File

@ -1 +1 @@
<img src="{{ url }}" width="{{ size }}" height="{{ size }}" class="img-thumbnail">
{% raw %}<img src="{{ url }}" width="{{ size }}" height="{{ size }}" class="img-thumbnail">{% endraw %}

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% raw %}{% extends "base.html" %}
{% block title %}django-avatar{% endblock %}
{% block content %}{% endblock %}
{% endraw %}

View File

@ -1,4 +1,4 @@
{% extends "avatar/base.html" %}
{% raw %}{% extends "avatar/base.html" %}
{% load i18n avatar_tags %}
{% load url from future %}
@ -26,3 +26,4 @@
</div>
</div>
{% endblock %}
{% endraw %}

View File

@ -1,4 +1,4 @@
{% extends "avatar/base.html" %}
{% raw %}{% extends "avatar/base.html" %}
{% load i18n %}
{% load url from future %}
@ -22,3 +22,4 @@
</div>
</div>
{% endblock %}
{% endraw %}