Add dark template
This commit is contained in:
parent
7c7eb0061d
commit
467f2396ca
8 changed files with 108 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
{% extends "base_dark.html" %}
|
||||
|
||||
<!-- Title -->
|
||||
{% block title %} Gallery : Photo {% endblock %}
|
||||
{% block title %} Gallery : Photo : {{ photo.slug }} {% endblock %}
|
||||
|
||||
|
||||
<!-- Content -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue