We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b15f0b commit e8037f8Copy full SHA for e8037f8
1 file changed
fedcode/templates/500.html
@@ -0,0 +1,21 @@
1
+{% extends "base.html" %}
2
+
3
+{% block title %}
4
+Something Went Wrong
5
+{% endblock %}
6
7
+{% block content %}
8
+<section class="hero is-medium is-dark">
9
+ <div class="hero-body">
10
+ <div class="container has-text-centered">
11
+ <h1 class="title is-1 pb-2">
12
+ Oops! Something went wrong.
13
+ </h1>
14
+ <p class="subtitle is-4">
15
+ We're experiencing some technical issues at the moment. Please try again later.
16
+ </p>
17
+ <a href="{% url 'purl-list' %}" class="button is-info">Explore available packages</a>
18
+ </div>
19
20
+</section>
21
0 commit comments