editing works basically
[phorkie.git] / data / templates / edit.htm
index 56e08ef1d1535080da35e57f602e2e3a6b42c449..300b6cbc9a2d3481a6b1f6f72c368098136eb864 100644 (file)
@@ -2,7 +2,7 @@
 {% block title %}Edit paste{% endblock %}
 
 {% block content %}
-<form method="post" action="/">
+<form method="post" action="{{repo.getLink('edit')}}">
  <div class="control-group well pastedata">
    <label for="description">Description</label>
    <input type="text" name="description" id="description" value="{{repo.getDescription}}"/>