Skip to content
Snippets Groups Projects
Commit ed77c4b4 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Port AKPlan to fontawesome 5

parent ec6ba87d
No related branches found
No related tags found
1 merge request!10Port/Rewrite Plan
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
{% extends "base.html" %}
{% load fontawesome %}
{% load fontawesome_5 %}
{% load i18n %}
{% load tags_AKModel %}
{% load static %}
......@@ -109,7 +109,7 @@
{% block content %}
<div class="float-right">
<a href="{% url 'plan:plan_wall' event_slug=event.slug %}" class="btn btn-success">{% fontawesome_icon 'desktop' %}&nbsp;&nbsp;{% trans "AK Wall" %}</a>
<a href="{% url 'plan:plan_wall' event_slug=event.slug %}" class="btn btn-success">{% fa5_icon 'desktop' 'fas' %}&nbsp;&nbsp;{% trans "AK Wall" %}</a>
</div>
<h1>Plan: {{ event }}</h1>
......@@ -141,7 +141,7 @@
{% block footer_custom %}
{% if event.contact_email %}
<h4>
<a href="mailto:{{ event.contact_email }}">{% fontawesome_icon "envelope" %} {% trans "Write to organizers of this event for questions and comments" %}</a>
<a href="mailto:{{ event.contact_email }}">{% fa5_icon "envelope" "far" %} {% trans "Write to organizers of this event for questions and comments" %}</a>
</h4>
{% endif %}
{% endblock %}
{% load static %}
{% load i18n %}
{% load bootstrap4 %}
{% load fontawesome %}
{% load fontawesome_5 %}
{% load tags_AKModel %}
{% load tz %}
......@@ -15,7 +15,7 @@
{# Load Bootstrap CSS and JavaScript as well as font awesome #}
{% bootstrap_css %}
{% bootstrap_javascript jquery='slim' %}
{% fontawesome_stylesheet %}
{% fontawesome_5_static %}
<link rel="stylesheet" href="{% static 'common/css/custom.css' %}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment