~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/right_boxes.html

merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 on the site
6
6
{% endcomment %}
7
7
 
8
 
 
9
8
{% load inbox %}
10
9
{% load i18n %}
11
10
{% load wlprofile_extras wlpoll_extras wlevents_extras %}
12
11
{% load pybb_extras %}
13
12
 
14
 
<!-- Social Media Box -->
15
 
<div class="columnModule">
16
 
        <h3>Social Media</h3>
17
 
        <div class="columnModuleBox center">
18
 
                <ul class="socialMediaList center">
19
 
                        <li><a href="https://www.facebook.com/WidelandsOfficial" target="_blank"><img src="{{ MEDIA_URL }}img/socialmedia/facebook.png" alt="Facebook"></a></li>
20
 
                        <li><a href="https://plus.google.com/108069355276040649622" target="_blank"><img src="{{ MEDIA_URL }}img/socialmedia/googleplus.png" alt="Google+"></a></li>
21
 
                </ul>
22
 
        </div>
23
 
</div>
24
 
 
25
13
 
26
14
<!-- Current polls if any -->
27
15
{% get_open_polls as polls %}