~yeliabmas/sloecode/wiki-file-creation

« back to all changes in this revision

Viewing changes to sloecode/templates/wiki/page.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:
23
23
<div style='border:solid 1px;padding:10px'>
24
24
        {% block wiki_content %} {% endblock %}
25
25
</div>
 
26
<div style='last-modified'>
 
27
  {% if fragments['last_modified_by'] %}
 
28
          Last modified on <b>{{ fragments['last_modified_date'] }}</b> by <b>{{ fragments['last_modified_by'] }}</b>.
 
29
  {% endif %}
 
30
</div>
26
31
{% endblock %}