init
This commit is contained in:
commit
8851786e67
353 changed files with 36724 additions and 0 deletions
23
mainapp/templates/404.html
Executable file
23
mainapp/templates/404.html
Executable file
|
@ -0,0 +1,23 @@
|
|||
{% extends "api/base.html" %}
|
||||
{% load static %}
|
||||
|
||||
{% block headmain %}EKB{% endblock %}
|
||||
|
||||
{% block style%}
|
||||
<!-- <link rel="stylesheet" href="{% static 'loginedtest/style.css' %}"> -->
|
||||
<link rel="stylesheet" href="{% static 'first/style.css' %}" />
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{% block maincontent %}
|
||||
<div style="margin-top: 40px;">
|
||||
<label>404 er....</label>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block js %}<script src="{% static 'first/script.js' %}"></script>{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue