Admin interface for snippets

This commit is contained in:
Armin Ronacher 2010-05-15 23:19:13 +02:00
parent 45df60cfc6
commit 53ce827b17
15 changed files with 214 additions and 83 deletions

View file

@ -16,7 +16,7 @@
<p>
OpenID URL:
<input type=text name=openid class=openid size=30>
<input type=hidden name=next value="{{ request.values.next or request.referrer or url_for('general.index') }}">
<input type=hidden name=next value="{{ next }}">
<input type=submit value=Login>
</form>
{% endblock %}