Fixed error in user_form.html

This commit is contained in:
Daniel Greenfeld 2015-07-17 03:42:42 -07:00
parent 52876da0e2
commit 009c4993cc

View File

@ -1,4 +1,4 @@
{% extends "base.html" %} {% raw %}{% extends "base.html" %}
{% load crispy_forms_tags %} {% load crispy_forms_tags %}
{% block title %}{{ user.username }}{% endblock %} {% block title %}{{ user.username }}{% endblock %}
@ -14,4 +14,4 @@
</div> </div>
</div> </div>
</form> </form>
{% endblock %} {% endblock %}{% endraw %}