have a default app icon
[phorkie.git] / data / templates / fork-remote.htm
index e16b4da85a1611f7a1fa06cd7ce6e3317f80555a..b3c2f0fc77cc29b3f8df26c325290a054f7c3dab 100644 (file)
@@ -6,14 +6,16 @@
 {% endblock %}
 
 {% block content %}
- {% include 'fork-remote-new.htm' %}
-
+ <h1>Fork remote paste</h1>
  {% 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 %}