UPD: dav_submission: included some feedback from manu.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "dav_base/base.html" %}
|
||||
{% load bootstrap3 %}
|
||||
|
||||
{% block project-name %}150 Jahre DAV - Einreichung{% endblock %}
|
||||
{% block project-name %}150 Jahre Sektion Karlsruhe des Deutschen Alpenvereins{% endblock %}
|
||||
|
||||
{% block messages %}
|
||||
<div class="container">
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
{% load bootstrap3 %}
|
||||
|
||||
{% block page-container %}
|
||||
<h3 class="top-most">Lorem</h3>
|
||||
<h3 class="top-most">150 Jahre DAV Karlsruhe - Einreichung</h3>
|
||||
<div class="well">
|
||||
<p class="lead">Lorem ipsum dolor</p>
|
||||
<p class="lead"><i>Zeig uns Deinen DAV!</i></p>
|
||||
{% lorem %}
|
||||
</div>
|
||||
|
||||
{% if show_upload_form %}
|
||||
{% bootstrap_form_errors form %}
|
||||
|
||||
<form action="" method="post" class="form-horizontal" enctype="multipart/form-data">
|
||||
{% csrf_token %}
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<div class="col-md-10">
|
||||
{% bootstrap_field form.name layout='horizontal' %}
|
||||
{% bootstrap_field form.email_address layout='horizontal' %}
|
||||
{% bootstrap_field form.group layout='horizontal' %}
|
||||
{% bootstrap_field form.title layout='horizontal' %}
|
||||
</div>
|
||||
</div>
|
||||
@@ -67,4 +68,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{% endif %}
|
||||
{% endblock page-container %}
|
||||
|
||||
Reference in New Issue
Block a user