Admin interface for snippets
This commit is contained in:
parent
45df60cfc6
commit
53ce827b17
15 changed files with 214 additions and 83 deletions
|
|
@ -18,9 +18,10 @@
|
|||
site. Choose wisely because you cannot change this value later:
|
||||
<dl>
|
||||
<dt>Name:
|
||||
<dd><input type=text name=name size=30>
|
||||
<dd><input type=text name=name value="{{ request.values.name }}" size=30>
|
||||
</dl>
|
||||
<p>
|
||||
<input type=hidden name=next value="{{ next }}">
|
||||
<input type=submit value=Continue>
|
||||
<input type=submit name=cancel value=Cancel>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue