Skip to content

Commit

Permalink
more fix on template again
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinlunando committed Jun 15, 2014
1 parent fa4b24a commit e36f961
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions project_name/templates/404.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% extends "base.html" %}
{% templatetag openblock %} extends "base.html" {% templatetag closeblock %}

{% block title %}Page Not found{% endblock %}
{% templatetag openblock %} block title {% templatetag closeblock %}Page Not found{% templatetag openblock %} endblock {% templatetag closeblock %}

{% block page_title %}Page Not found{% endblock page_title %}
{% templatetag openblock %} block page_title {% templatetag closeblock %}Page Not found{% templatetag openblock %} endblock page_title {% templatetag closeblock %}

{% block content %}
{% templatetag openblock %} block content {% templatetag closeblock %}
<p>This is not the page you were looking for.</p>
{% endblock content %}
{% templatetag openblock %} endblock content {% templatetag closeblock %}
2 changes: 1 addition & 1 deletion project_name/templates/core/reset-password.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% templatetag openblock %} block content {% templatetag closeblock %}

<form class="form-horizontal" role="form" method="post">
{% templatetag openblock %} csrf_token %}
{% templatetag openblock %} csrf_token {% templatetag closeblock %}
<div class="form-group {% templatetag openvariable %} form.new_password1.errors|yesno:"has-error," {% templatetag closevariable %}">
<label for="inputDays" class="col-lg-2 control-label">Password</label>

Expand Down

0 comments on commit e36f961

Please sign in to comment.