Skip to content
Snippets Groups Projects
Verified Commit 7b389a3a authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add extends to templates.

parent a58c1f27
No related branches found
No related tags found
1 merge request!6Add ckeditor in FAQ questions admin interface
{% extends 'core/base.html' %}
{% load widget_tweaks i18n %}
......
{% extends 'core/base.html' %}
{% load i18n %}
......
{% extends 'core/base.html' %}
{% load material_form i18n %}
......
{% extends 'core/base.html' %}
{% load i18n %}
......
{% extends 'core/base.html' %}
{% load i18n %}
......
{% extends 'core/base.html' %}
{% load material_form static i18n %}
......
{% extends 'core/base.html' %}
{% load i18n %}
{% block content %}
<p class="flow-text">
<i class="material-icons left">check</i>
......
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