Browse Source

Add content to the homepage

Baptiste Jonglez 9 years ago
parent
commit
0ce60f97df
1 changed files with 12 additions and 0 deletions
  1. 12 0
      panorama/templates/panorama/list.html

+ 12 - 0
panorama/templates/panorama/list.html

@@ -1,3 +1,7 @@
+<h1>Celutz</h1>
+
+<p>Celutz is a tool for managing and referencing panoramic photos.  <a href="https://code.ffdn.org/FFDN/celutz/">Project homepage</a>.</p>
+
 <h2>Panoramas</h2>
 <p>
   <ul>
@@ -10,3 +14,11 @@
 <h2>New panorama</h2>
 
 <p><a href="{% url 'panorama:new' %}">Add new panorama</a></p>
+
+<h2>Add reference point</h2>
+
+<p><a href="{% url 'admin:app_list' 'panorama' %}">In the administration interface</a> for now.</p>
+
+<h2>Documentation</h2>
+
+<p><a href="https://code.ffdn.org/FFDN/celutz/src/master/README.md">Detailed documentation</a>.</p>