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
No related merge requests found
{% extends "base.html" %} {% extends "base.html" %}
{% load fontawesome %} {% load fontawesome_5 %}
{% load i18n %} {% load i18n %}
{% load tags_AKModel %} {% load tags_AKModel %}
{% load static %} {% load static %}
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
{% block content %} {% block content %}
<div class="float-right"> <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> </div>
<h1>Plan: {{ event }}</h1> <h1>Plan: {{ event }}</h1>
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
{% block footer_custom %} {% block footer_custom %}
{% if event.contact_email %} {% if event.contact_email %}
<h4> <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> </h4>
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% load static %} {% load static %}
{% load i18n %} {% load i18n %}
{% load bootstrap4 %} {% load bootstrap4 %}
{% load fontawesome %} {% load fontawesome_5 %}
{% load tags_AKModel %} {% load tags_AKModel %}
{% load tz %} {% load tz %}
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
{# Load Bootstrap CSS and JavaScript as well as font awesome #} {# Load Bootstrap CSS and JavaScript as well as font awesome #}
{% bootstrap_css %} {% bootstrap_css %}
{% bootstrap_javascript jquery='slim' %} {% bootstrap_javascript jquery='slim' %}
{% fontawesome_stylesheet %} {% fontawesome_5_static %}
<link rel="stylesheet" href="{% static 'common/css/custom.css' %}"> <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.
Finish editing this message first!
Please register or to comment