Merge branch 'master' of github.com:pydanny/cookiecutter-django

This commit is contained in:
Daniel Greenfeld 2015-07-15 13:40:43 -07:00
commit 70c871dfbd

View File

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