Skip to content
Snippets Groups Projects
Commit 5b05047b authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Fix #109

Use name field instead of default string representation of AK in header field
Add some margin below to improve visual appearance
parent 8c2ce442
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
{% block content %} {% block content %}
{% block headline %} {% block headline %}
<h2>{{ ak }}</h2> <h2>{{ ak.name }}</h2>
<h3>{% trans 'Add confidential message to organizers' %}</h3> <h4 class="mt-3">{% trans 'Add confidential message to organizers' %}</h4>
{% endblock %} {% endblock %}
<form method="POST" class="post-form">{% csrf_token %} <form method="POST" class="post-form">{% csrf_token %}
{% bootstrap_form form %} {% bootstrap_form form %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment