~yeliabmas/sloecode/wiki_mvp

« back to all changes in this revision

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

  • Committer: Sam Bailey
  • Date: 2012-07-11 22:42:42 UTC
  • Revision ID: yeliabmas@gmail.com-20120711224242-kcdretmyido1yrtd
Preview working except for source code, where style is not applied

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
                {{ h.textarea("content", fragments['content'], rows=30) }}
9
9
        </div><br>
10
10
        {{ h.submit('save', 'Save') }}
 
11
        {{ h.submit('preview', 'Preview') }}
 
12
        {% if fragments['preview'] %}
 
13
                {{ fragments['preview'] }}
 
14
        {% endif %}
11
15
{{ h.end_form() }}</p>
12
16
{% endblock %}