Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / how_it_works.html @ 5ebebb20

History | View | Annotate | Download (309 Bytes)

1
{% extends "im/account_base.html" %}
2

    
3
{% load filters %}
4

    
5
{% block page.body %}
6

    
7
        <h2>HOW IT WORKS</h2>
8
         <div class="centered how-it-works">
9
                 <img src="/static/im/images/how_it_works.png" alt="how it all works">
10
                 <a href="{% url group_list %}" class="submit">VISIT GROUPS NOW</a>
11
         </div>
12
{% endblock %}