Commit f1402363 by Kálmán Viktor

dashboard: add help text to template choose

parent a3222eb5
{% load i18n %}
<div class="alert alert-info">
{% trans "Customize an existing template or create a brand new one from scratch!" %}
</div>
<form action="{% url "dashboard.views.template-create" %}">
<div class="template-choose-list">
{% for t in templates %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment