fine-tuning the create-capsul experience

This commit is contained in:
2020-05-16 23:02:02 -05:00
parent 321a46d77b
commit e3a2e8eee4
5 changed files with 44 additions and 23 deletions

View File

@ -2,6 +2,12 @@
{% block title %}Capsuls{% endblock %}
{% block custom_flash %}
{% if created %}
<div class="flash green">{{ created }} successfully created!</div>
{% endif %}
{% endblock %}
{% block content %}
<div class="row third-margin">
<h1>Capsuls</h1>