Mercurial > public > sg101
view gpp/templates/weblinks/add_link.html @ 133:c515b7401078
Use the new common way to apply markItUp to textareas and to get the smiley and markdown help dialogs for all the remaining apps except for forums and comments.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 27 Nov 2009 00:21:47 +0000 |
parents | 9a8801fa63d5 |
children | 6a5549c2efb5 |
line wrap: on
line source
{% extends 'weblinks/base.html' %} {% block title %}Web Links: Add Link{% endblock %} {% block weblinks_content %} <h3>Add Link</h3> {% if add_form %} <form action="." method="post"> <table> {{ add_form.as_table }} <tr><td> </td><td><input type="submit" value="Add Link" /> <a href="{% url weblinks-main %}">Cancel</a> </td></tr> </table> </form> <br /> {% else %} <p><strong>Thank you for submitting a link!</strong></p> <p>Your link has been submitted for review to the site staff.</p> {% endif %} {% endblock %}