Added supporters placeholders

This commit is contained in:
Levi 2016-04-09 04:03:28 -05:00
parent 45aaec38cf
commit 019f8705bb

View file

@ -1,5 +1,6 @@
{% extends "base_glarus.html" %} {% extends "base_glarus.html" %}
{% load staticfiles %} {% load staticfiles %}
{% load cms_tags %}
{% block title %}About{% endblock %} {% block title %}About{% endblock %}
{% block content %} {% block content %}
@ -9,14 +10,13 @@
<div class="col-lg-12"> <div class="col-lg-12">
<hr> <hr>
<h2 class="text-center"> <h2 class="text-center">
Supporters {% static_placeholder "digital_glarus_supporters_title" %}
</h2> </h2>
<hr> <hr>
</div> </div>
<div class="col-md-12"> <div class="col-md-12">
<div class="text-center"> <div class="text-center">
<h3>HERE ARE OUR PROUD SUPPORTERS OF PROJECT DIGITALGLARUS!</h3> {% static_placeholder "digital_glarus_supporters_info" %}
<p class="text-center">Thanks to our supporters, the first cowerking space in Glarus will have a new look!</p>
</div> </div>
</div> </div>
<div class="col-md-12"> <div class="col-md-12">
@ -27,7 +27,7 @@
</div> </div>
{% endfor %} {% endfor %}
<hr> <hr>
<a class="btn btn-default" href="{% url 'digitalglarus:support' %}" role="button">BECOME A SUPPORTER</a> <a class="btn btn-default" href="{% url 'digitalglarus:support' %}" role="button">{% static_placeholder "digital_glarus_supporters_become_supporter" %}</a>
</div> </div>
</div> </div>