Mercurial > public > sg101
view gpp/templates/weblinks/add_link.html @ 184:4e1abeb593c2
Updating jQuery and jQuery UI. This is for ticket #57. Noticed GCalendar wasn't opening the datepicker on the correct date until I set a dateFormat option. Fixed member map to undisable the update button if you type in a location that can't be geocoded.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 28 Mar 2010 22:19:08 +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 %}