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
079eaaab
Commit
079eaaab
authored
Jun 01, 2018
by
Joren Vrancken
Browse files
Merge branch 'feature/privacy-policy-footer' into 'master'
Add privacy policy to website footer Closes
#643
See merge request
!819
parents
c46f0f74
776caddd
Changes
2
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/static/css/style.scss
View file @
079eaaab
...
...
@@ -1084,7 +1084,7 @@ body {
position
:
relative
;
z-index
:
1
;
}
.
copyrigh
t
{
.
footer-tex
t
{
margin-bottom
:
0
!
important
;
text-align
:
center
;
}
...
...
website/thaliawebsite/templates/base.html
View file @
079eaaab
...
...
@@ -189,7 +189,8 @@
<div
class=
"footer-icon-gitlab"
><a
href=
"https://gitlab.science.ru.nl/thalia/"
><img
src=
"{% static "
images
/
footer_icons
/
gitlab.png
"
%}"
alt=
"gitlab"
></a></div>
</div>
<div
class=
"clearfix"
></div>
<p
class=
"copyright"
>
Copyright {% now "Y" %} {% trans 'Study Association Thalia' %}
</p>
<p
class=
"footer-text"
>
Copyright {% now "Y" %} {% trans 'Study Association Thalia' %}
</p>
<p
class=
"footer-text"
><a
href=
"{% url 'privacy-policy' %}"
>
{% trans "privacy policy"|capfirst %}
</a></p>
</div>
</div>
<!-- /#bottom -->
...
...
Write
Preview
Markdown
is supported
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