Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
4687e2c2
Commit
4687e2c2
authored
Apr 26, 2017
by
Luuk Scholten
Browse files
Merge branch 'fix/banners-fixed' into 'master'
Fixed fixed banners static tag See merge request !464
parents
1ba11810
a8aeada5
Changes
3
Hide whitespace changes
Inline
Side-by-side
website/education/templates/education/base.html
View file @
4687e2c2
...
...
@@ -8,4 +8,4 @@
{% endcompress %}
{% endblock %}
{% block header_image %}{% static "images/header_banners/banner3.jpg" %}{% endblock header_image%}
{% block header_image %}{% static "images/header_banners/
fixed/
banner3.jpg" %}{% endblock header_image%}
website/photos/templates/photos/album.html
View file @
4687e2c2
...
...
@@ -11,7 +11,7 @@
{% endcompress %}
{% endblock %}
{% block header_image %}{% static "images/header_banners/banner7.jpg" %}{% endblock %}
{% block header_image %}{% static "images/header_banners/
fixed/
banner7.jpg" %}{% endblock %}
{% block body %}
<h1>
{{ album.title }}
...
...
website/photos/templates/photos/index.html
View file @
4687e2c2
...
...
@@ -11,7 +11,7 @@
{% endcompress %}
{% endblock %}
{% block header_image %}{% static "images/header_banners/banner7.jpg" %}{% endblock header_image%}
{% block header_image %}{% static "images/header_banners/
fixed/
banner7.jpg" %}{% endblock header_image%}
{% block body %}
<h1>
{% trans "Photos" %}
</h1>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment