Add underline command in markdown

This commit is contained in:
Gregory Soutade
2014-03-27 18:25:36 +01:00
parent 4bd583f92f
commit 577acbd9f5
6 changed files with 30 additions and 13 deletions

View File

@@ -19,6 +19,10 @@
<br/><br/>
{% endautoescape %}
{% endif %}
<form action="/blog/search/{{ blog.id }}" method="post">
{% csrf_token %}
<input name="text"/><input type="submit" name="search" value="Search" />
</form>
{% if posts|length == 0 %}
<br/><br/>
<b>Any post available</b><br/><br/>