do not allow to change profile details, only show them
[phorkie.git] / data / templates / fork-remote-new.htm
1 <form method="post" action="/fork-remote" enctype="multipart/form-data" class="well form-inline">
2  <p>
3   <strong>Copy a paste from a remote server:</strong>
4   Just paste the website or git clone URL.
5  </p>
6
7  <label for="remote-url">Remote paste URL</label>
8  <input type="text" name="remote_url" id="remote-url" value="{{remote_url}}" class="span4"/>
9  <button type="submit" class="btn btn-primary" style="float: right; display: block">
10   <i class="icon-share icon-white"></i> Fork remote paste
11  </button>
12 </form>