Skip to content

Commit

Permalink
✨ redesign error pages
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Oct 2, 2023
1 parent a4eab3e commit be22a48
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions fragdenstaat_de/templates/error_base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{% extends "error_base.html" %}
{% load i18n %}
{% load blog_tags %}

{% block error_right %}
<div class="col order-first order-md-2 col-12 col-md-4 text-end">
<img src="https://media.frag-den-staat.de/files/media/main/2c/30/2c300e57-bcd3-4265-bbda-103c02078eff/errorcat.png" alt="" class="img-lg">
</div>
{% endblock error_right %}

{% block error_footer %}
<div class="container mt-5 tight-margin">
<p class="lead">
{% blocktrans %}Or, read some of our recent articles:{% endblocktrans %}
</p>

{% get_blog_preview %}
</div>
{% endblock error_footer %}

0 comments on commit be22a48

Please sign in to comment.