mirror of
				https://gitlab.crans.org/mediatek/med.git
				synced 2025-11-04 03:42:13 +01:00 
			
		
		
		
	Add 404 page
This commit is contained in:
		
							
								
								
									
										1
									
								
								theme/static/images/butterflies.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								theme/static/images/butterflies.svg
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 After Width: | Height: | Size: 114 KiB  | 
							
								
								
									
										24
									
								
								theme/templates/404.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								theme/templates/404.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,24 @@
 | 
			
		||||
{% extends "base.html" %}
 | 
			
		||||
{% comment %}
 | 
			
		||||
SPDX-License-Identifier: GPL-3.0-or-later
 | 
			
		||||
{% endcomment %}
 | 
			
		||||
 | 
			
		||||
{% load i18n static %}
 | 
			
		||||
 | 
			
		||||
{% block content_title %}
 | 
			
		||||
    <h1>Oh crap! <small>404</small></h1>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
    <p>
 | 
			
		||||
        {% trans "This page has been lost in the deep dark." %}
 | 
			
		||||
    </p>
 | 
			
		||||
    <p>
 | 
			
		||||
        {% blocktrans %}
 | 
			
		||||
            If you think this page sould exist, please
 | 
			
		||||
            <a href="mailto:club-med@crans.org">alert the administrator</a>.
 | 
			
		||||
            Else, you should go back and blame your link.
 | 
			
		||||
        {% endblocktrans %}
 | 
			
		||||
    </p>
 | 
			
		||||
    <img src="{% static "images/butterflies.svg" %}" class="poulpy" alt="erdnaxe's butterflies! Designed by Freepik">
 | 
			
		||||
{% endblock %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user