Skip to content
Snippets Groups Projects
Commit 91c38664 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Refer django-material

parent f118cb3b
No related branches found
No related tags found
1 merge request!333Documentation for beta release (Documentation for first release part 1)
Pipeline #3094 failed
Materialize templates
======================
AlekSIS frontend uses with the `MaterializeCSS`_ framework.
AlekSIS frontend uses the `MaterializeCSS`_ framework and the `django-material`_ library.
Internationalization
--------------------
......@@ -24,6 +24,11 @@ following blocks to your template::
{% block browser_title %}Title{% endblock %}
{% block page_title %}Headline{% endblock %}
To fully remove page or browser title, use these template tags::
{% block no_browser_title %}{% endblock %}
{% block no_page_title %}{% endblock %}
Forms in templates
------------------
......@@ -85,3 +90,4 @@ After you've loaded the template tag, you can simply generate the table like thi
``persons_table`` is the variable name of the table in your ``context``.
.. _MaterializeCSS: https://materializecss.com/
.. _django-material: https://pypi.org/project/django-material/
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