~yeliabmas/sloecode/wiki-file-creation

« back to all changes in this revision

Viewing changes to sloecode/templates/wiki/edit.html

  • Committer: Sam Bailey
  • Date: 2012-07-05 03:50:49 UTC
  • Revision ID: yeliabmas@gmail.com-20120705035049-7wq8lr3w1cw1mz9s
Allowed the +edit action on pages that don't exist. No longer displays last modified info unless it exists.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
{{ h.form(fragments['save_url'], method="post", name="wiki") }}
5
5
        {{ h.hidden('description') }}
6
6
        {{ h.hidden('rev-id', value=fragments['rev-id']) }}
7
 
        Template: {{ h.select("template", None, [["", "<none>"], ["test", "Test Template"]]) }}<br>
8
7
        <div class='edit-content'>
9
8
                {{ h.textarea("content", fragments['content'], rows=30) }}
10
9
        </div><br>