Skip to content

Commit

Permalink
Fixing issue with admin redirects.
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Aug 7, 2015
1 parent 7f64640 commit dae57cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/reversion/templates/reversion/recover_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
{% endblock %}


{% block content %}{% with is_popup=1 %}{{block.super}}{% endwith %}{% endblock %}
{% block submit_buttons_top %}{% with is_popup=1 %}{{block.super}}{% endwith %}{% endblock %}
{% block submit_buttons_bottom %}{% with is_popup=1 %}{{block.super}}{% endwith %}{% endblock %}
3 changes: 2 additions & 1 deletion src/reversion/templates/reversion/revision_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
{% endblock %}


{% block content %}{% with is_popup=1 %}{{block.super}}{% endwith %}{% endblock %}
{% block submit_buttons_top %}{% with is_popup=1 %}{{block.super}}{% endwith %}{% endblock %}
{% block submit_buttons_bottom %}{% with is_popup=1 %}{{block.super}}{% endwith %}{% endblock %}

0 comments on commit dae57cb

Please sign in to comment.