remote forking: use the original http/https url in description
[phorkie.git] / data / templates / fork-remote.htm
1 {% extends "base.htm" %}
2 {% block title %}Fork remote paste{% endblock %}
3
4 {% block content %}
5  {% include 'fork-remote-new.htm' %}
6
7  {% if error %}
8   <div class="alert alert-error">
9    {{error}}
10   </div>
11  {% endif %}
12
13  {% if urls %}
14   {% include 'fork-remote-multiple.htm' %}
15  {% endif %}
16
17 {% endblock %}