diff --git a/pinaxcon/templates/_form_btns.html b/pinaxcon/templates/_form_btns.html new file mode 100644 index 00000000..a38a9ce7 --- /dev/null +++ b/pinaxcon/templates/_form_btns.html @@ -0,0 +1,2 @@ + + Cancel \ No newline at end of file diff --git a/pinaxcon/templates/_form_snippet.html b/pinaxcon/templates/_form_snippet.html index 1e5193a3..09f49b88 100644 --- a/pinaxcon/templates/_form_snippet.html +++ b/pinaxcon/templates/_form_snippet.html @@ -1,5 +1,6 @@ {% load lca2018_tags %} {% load bootstrap %} +{% load crispy_forms_tags %} {% if form.non_field_errors %}
@@ -9,7 +10,7 @@ {% endif %}
- Fields marked with * are required. + Fields marked with a
* are required
-{{ form|bootstrap_horizontal }} +{% crispy form %} diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index 94366cf5..d041014f 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -11,363 +11,362 @@ {% block header_title %}linux.conf.au 2019{% endblock %} {% block header_lead %}User Dashboard{% endblock %} - +{% block main_class %}{% endblock %} {% block content %} - {% available_categories as categories %} - {% if categories %} +{% available_categories as categories %} +
+

Dashboard

+
+{% if categories %} - {% if user.is_staff %} -
-