Changeset 10823
- Timestamp:
- 08/11/11 15:58:43 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/trunk/tools/cornetApps/templates/HtmlPages/main_page.html
r10789 r10823 19 19 {% else %} 20 20 <p> Welcome anonymous user!</p> 21 <a href="/login/">Login</a> if you have not done so already. 21 <p><a href="/login/">Login</a> if you have not done so already.</p> 22 <p>If you do not have an account, please <a href="/register/">register here</a>.</p> 22 23 {% endif %} 23 24 {% endblock %}