better headline

This commit is contained in:
Thomas Steen Rasmussen 2017-03-08 00:24:53 +01:00
parent 656536974b
commit bd76e7cc7b

View file

@ -2,7 +2,7 @@
{% load bootstrap3 %} {% load bootstrap3 %}
{% block program_content %} {% 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"> <form method="POST">
{% csrf_token %} {% csrf_token %}
{% bootstrap_form form %} {% bootstrap_form form %}