remote forking: use the original http/https url in description
[phorkie.git] / data / templates / fork-remote.htm
index f599ec613c008734d6d5278814c8e0c3570b5264..f6516616921ca31566f64f509462d26e997bcf98 100644 (file)
@@ -2,5 +2,16 @@
 {% block title %}Fork remote paste{% endblock %}
 
 {% block content %}
- {% include 'new-fork-remote.htm' %}
+ {% include 'fork-remote-new.htm' %}
+
+ {% if error %}
+  <div class="alert alert-error">
+   {{error}}
+  </div>
+ {% endif %}
+
+ {% if urls %}
+  {% include 'fork-remote-multiple.htm' %}
+ {% endif %}
+
 {% endblock %}