comparison templates/index.djhtml @ 116:1abdcf1cf5cb

Merge back again
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 13 Sep 2012 14:09:31 -0400
parents 1da98bd71b84 2bca07be6e51
children 41aff926a5ab
comparison
equal deleted inserted replaced
115:1da98bd71b84 116:1abdcf1cf5cb
57 etc. You do have to be signed up to upload something, though. 57 etc. You do have to be signed up to upload something, though.
58 </p> 58 </p>
59 </div> 59 </div>
60 </div> 60 </div>
61 61
62 {% if not user.is_authenticated %}
62 <div class="center-align"> 63 <div class="center-align">
63 <p><a href="{% url code %}" class="button large">Explore</a> 64 <p><a href="{% url code %}" class="button large">Explore</a>
64 <a href="{% url registration_register %}" class="button large"> 65 <a href="{% url login %}" class="button large login-link">
65 Register an account 66 Login or register
66 </a></p> 67 </a></p>
67 <p> 68 <p>
68 You can sign up, if you want, won't share your email, not required, etc 69 You can sign up, if you want, won't share your email, not required, etc
69 </p> 70 </p>
70 </div> 71 </div>
72 {% endif %}
71 73
72 {% endblock %} 74 {% endblock %}