Fix multiple form and table issues

This commit is contained in:
Jan Tuomi
2017-10-28 16:50:38 +03:00
parent 402cdc3533
commit 331d4b86b9
19 changed files with 830 additions and 713 deletions
+18
View File
@@ -0,0 +1,18 @@
{% extends "members_base.html" %}
{% load static %}
{% load i18n %}
{% block content %}
<div>
<div>
<h3>{% trans "Error" %}</h3>
</div>
<div class="alert alert-danger">
{{ error|safe }}
</div>
<div>
<button onclick="window.history.back();" class="btn btn-primary">{% trans "Back" %}</button>
</div>
</div>
{% endblock content %}