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

Merge branch '58-migrate-to-materialize-css' of...

Merge branch '58-migrate-to-materialize-css' of edugit.org:AlekSIS/AlekSIS-App-Alsijil into 58-migrate-to-materialize-css
parents 17f7a5f7 82d7539e
No related branches found
No related tags found
1 merge request!37Resolve "Migrate to materialize.css"
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
{% block content %} {% block content %}
{% if personal_note_filter %} {% if personal_note_filter %}
<a href="{% url 'delete_personal_note_filter' personal_note_filter.id %}" class="waves-effect waves-dark btn red"> <a href="{% url 'delete_personal_note_filter' personal_note_filter.id %}" class="waves-effect waves-dark btn red">
<i class="material-icons">add</i>{% blocktrans %}Add filter{% endblocktrans %} <i class="material-icons">delete</i>{% blocktrans %}Delete filter{% endblocktrans %}
</a> </a>
{% endif %} {% endif %}
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
{% block content %} {% block content %}
<a href="{% url 'create_personal_note_filter' %}" class="waves-effect waves-dark green btn"> <a href="{% url 'create_personal_note_filter' %}" class="waves-effect waves-dark green btn">
<i class="material-icons">add</i>{% blocktrans %}Add filter{% endblock %} <i class="material-icons">add</i>{% blocktrans %}Add filter{% endblocktrans %}
</a> </a>
{% render_table personal_note_filters_table %} {% render_table personal_note_filters_table %}
......
{% load staticfiles i18n cropping data_helpers week_helpers %} {% load static i18n cropping data_helpers week_helpers %}
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
......
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