diff options
author | expo <expo@expobox.potato.hut> | 2012-08-12 19:10:23 +0200 |
---|---|---|
committer | expo <expo@expobox.potato.hut> | 2012-08-12 19:10:23 +0200 |
commit | ecd5bbcb1dbb00cc0d39cdf80151f41c07c6c8b2 (patch) | |
tree | 0899e18f4b9ccbc63e2241c011af0090e09f415d /templates/cave_entrances.html | |
parent | 6d5babd3319fec50f404bf7ad044962bd1f192e9 (diff) | |
download | troggle-ecd5bbcb1dbb00cc0d39cdf80151f41c07c6c8b2.tar.gz troggle-ecd5bbcb1dbb00cc0d39cdf80151f41c07c6c8b2.tar.bz2 troggle-ecd5bbcb1dbb00cc0d39cdf80151f41c07c6c8b2.zip |
Started removing foreignkeys to caves, to achieve greater flexability. Some log book entries stuff may be broken. Add ability to make new caves and entrances via website.
Diffstat (limited to 'templates/cave_entrances.html')
-rw-r--r-- | templates/cave_entrances.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/cave_entrances.html b/templates/cave_entrances.html index 1364acf..6468ebc 100644 --- a/templates/cave_entrances.html +++ b/templates/cave_entrances.html @@ -65,5 +65,7 @@ </li> {% endfor %} </ul> + {% endif %}</p> +<a href="{% url newentrance %}">New Entrance</a> </div> |