aboutsummaryrefslogtreecommitdiff
path: root/data/templates/edit.htm
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-03-28 17:24:44 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-03-28 17:24:44 +0200
commitcec8f61ab84122a3f4b0702aaad6f7a141f99f7b (patch)
tree829ccddf19eaf25ebf918632228eb96088b250d4 /data/templates/edit.htm
parent2f7659becb40e457872fc45f59ad81bff439722f (diff)
downloadphorkie-cec8f61ab84122a3f4b0702aaad6f7a141f99f7b.tar.gz
phorkie-cec8f61ab84122a3f4b0702aaad6f7a141f99f7b.zip
editing works basically
Diffstat (limited to 'data/templates/edit.htm')
-rw-r--r--data/templates/edit.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/edit.htm b/data/templates/edit.htm
index 56e08ef..300b6cb 100644
--- a/data/templates/edit.htm
+++ b/data/templates/edit.htm
@@ -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}}"/>