better headline

This commit is contained in:
Thomas Steen Rasmussen 2017-03-08 00:24:53 +01:00
parent 656536974b
commit bd76e7cc7b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% load bootstrap3 %}
{% block program_content %}
<h3>{% if object %}Update{% else %}Create{% endif %} speaker biography</h3>
<h3>{% if object %}Update{% else %}Create{% endif %} your {{ camp.title }} speaker biography</h3>
<form method="POST">
{% csrf_token %}
{% bootstrap_form form %}