diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-03-28 17:24:44 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-03-28 17:24:44 +0200 |
| commit | cec8f61ab84122a3f4b0702aaad6f7a141f99f7b (patch) | |
| tree | 829ccddf19eaf25ebf918632228eb96088b250d4 /data/templates/edit.htm | |
| parent | 2f7659becb40e457872fc45f59ad81bff439722f (diff) | |
| download | phorkie-cec8f61ab84122a3f4b0702aaad6f7a141f99f7b.tar.gz phorkie-cec8f61ab84122a3f4b0702aaad6f7a141f99f7b.zip | |
editing works basically
Diffstat (limited to 'data/templates/edit.htm')
| -rw-r--r-- | data/templates/edit.htm | 2 |
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}}"/> |
