Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
a69e42c3
Commit
a69e42c3
authored
Aug 30, 2016
by
Nicolas Joyard
Browse files
Add missing trans tags
parent
b544a231
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/home.html
View file @
a69e42c3
...
...
@@ -22,7 +22,7 @@
</div>
<div
class=
"col-md-4"
>
<h3>
More information
</h3>
<h3>
{% trans "
More information
" %}
</h3>
<div
class=
"btn-group"
>
<a
class=
"btn btn-primary"
target=
"_blank"
href=
"http://www.memopol.org/"
>
{% bootstrap_icon "bookmark" %}
...
...
@@ -36,7 +36,7 @@
</div>
<div
class=
"col-md-4"
>
<h3>
Contact us
</h3>
<h3>
{% trans "
Contact us
" %}
</h3>
<div
class=
"btn-group"
>
<a
class=
"btn btn-primary"
target=
"_blank"
href=
"https://twitter.com/memopol2"
>
<img
class=
"social-icon"
src=
"{% static 'images' %}/social-twitter.png"
>
...
...
@@ -50,7 +50,7 @@
</div>
<div
class=
"col-md-4"
>
<h3>
Contributing
</h3>
<h3>
{% trans "
Contributing
" %}
</h3>
<div
class=
"btn-group"
>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://github.com/political-memory/political_memory"
>
{% bootstrap_icon "cog" %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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