Skip to content
Snippets Groups Projects

Resolve "Migrate to materialize.css"

Merged Tom Teichler requested to merge 58-migrate-to-materialize-css into master
All threads resolved!
5 files
+ 14
11
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -2,6 +2,8 @@
{% extends "core/base.html" %}
{% load i18n static %}
{% block browser_title %}{% blocktrans %}Lesson{% endblocktrans %}{% endblock %}
{% block extra_head %}
{{ block.super }}
<link rel="stylesheet" href="{% static 'css/alsijil/lesson.css' %}" />
Loading