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
776caddd
Verified
Commit
776caddd
authored
May 31, 2018
by
Sébastiaan Versteeg
Browse files
Add privacy policy to website footer
parent
dc43cab9
Changes
2
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/static/css/style.scss
View file @
776caddd
...
...
@@ -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 @
776caddd
...
...
@@ -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