From f140236357683cfff9610b9641fc8f70d50feb9e Mon Sep 17 00:00:00 2001 From: Kálmán Viktor <kviktor@cloud.bme.hu> Date: Tue, 8 Apr 2014 14:26:38 +0200 Subject: [PATCH] dashboard: add help text to template choose --- circle/dashboard/templates/dashboard/_template-create-1.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle/dashboard/templates/dashboard/_template-create-1.html b/circle/dashboard/templates/dashboard/_template-create-1.html index 1c93afe..1ee5d9f 100644 --- a/circle/dashboard/templates/dashboard/_template-create-1.html +++ b/circle/dashboard/templates/dashboard/_template-create-1.html @@ -1,5 +1,9 @@ {% 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 %} -- libgit2 0.26.0