Add link to sample instance
This commit is contained in:
parent
ab43295b29
commit
432ef1a72c
2 changed files with 4 additions and 0 deletions
|
|
@ -6,10 +6,12 @@
|
|||
<div id="description">{{ description | markdown }}</div>
|
||||
{% endif %}
|
||||
<table>
|
||||
{% if can_edit %}
|
||||
<tr>
|
||||
<th>Is public post?</th>
|
||||
<td>{% if post.is_public %}Yes{% else %}No{% endif %}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
<th>Rating</th>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue