Part of #35: show paste owner
[phorkie.git] / data / templates / fork-remote.htm
index e16b4da85a1611f7a1fa06cd7ce6e3317f80555a..6e356aa0342415807e8fe861c624157d7c1a275b 100644 (file)
@@ -6,14 +6,15 @@
 {% endblock %}
 
 {% block content %}
- {% include 'fork-remote-new.htm' %}
-
  {% if error %}
   <div class="alert alert-error">
-   {{error}}
+   <button type="button" class="close" data-dismiss="alert">×</button>
+   <strong>Error</strong> {{error}}
   </div>
  {% endif %}
 
+ {% include 'fork-remote-new.htm' %}
+
  {% if urls %}
   {% include 'fork-remote-multiple.htm' %}
  {% endif %}