From c7caf424264b4ac59f41ff8fdd1993c4856442dc Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Sun, 7 Oct 2012 13:26:50 -0400 Subject: Move 'no-fork-url' error message to top of page --- data/templates/fork-remote.htm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/templates/fork-remote.htm b/data/templates/fork-remote.htm index e16b4da..6e356aa 100644 --- a/data/templates/fork-remote.htm +++ b/data/templates/fork-remote.htm @@ -6,14 +6,15 @@ {% endblock %} {% block content %} - {% include 'fork-remote-new.htm' %} - {% if error %}
- {{error}} + + Error {{error}}
{% endif %} + {% include 'fork-remote-new.htm' %} + {% if urls %} {% include 'fork-remote-multiple.htm' %} {% endif %} -- cgit v1.2.3