aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/home.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-06-17 15:39:46 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-06-17 15:39:46 -0700
commita4f9a344bb7d80fdb830b764d26eec986a47e4c1 (patch)
treeb7a6c24e57459dfb660d871d0195c6468d307ce8 /python/fatcat/templates/home.html
parent2fed334b353a070b7c7d1ec1b38fd826fa866455 (diff)
downloadfatcat-a4f9a344bb7d80fdb830b764d26eec986a47e4c1.tar.gz
fatcat-a4f9a344bb7d80fdb830b764d26eec986a47e4c1.zip
fix broken basic/boring templates
Diffstat (limited to 'python/fatcat/templates/home.html')
-rw-r--r--python/fatcat/templates/home.html15
1 files changed, 10 insertions, 5 deletions
diff --git a/python/fatcat/templates/home.html b/python/fatcat/templates/home.html
index 246c3a4d..47759126 100644
--- a/python/fatcat/templates/home.html
+++ b/python/fatcat/templates/home.html
@@ -16,19 +16,24 @@ indexing (aka, linking together of pre-prints and final copies).
<table>
<tr><td><b>Container</b>
<td><a href="/container/create">Create</a>
- <td><a href="/container/00000000-0000-0000-1111-000000000002">Example</a>
+ <td>Example <a href="/container/00000000-0000-0000-1111-000000000002">Fake</a>
+ <a href="/container/00000000-0000-0000-1111-000000000003">Real</a>
<tr><td><b>Creator</b>
<td><a href="/creator/create">Create</a>
- <td><a href="/creator/00000000-0000-0000-2222-000000000002">Example</a>
+ <td>Example <a href="/creator/00000000-0000-0000-2222-000000000002">Fake</a>
+ <a href="/creator/00000000-0000-0000-2222-000000000003">Real</a>
<tr><td><b>File</b>
<td><a href="/file/create">Create</a>
- <td><a href="/file/00000000-0000-0000-3333-000000000002">Example</a>
+ <td>Example <a href="/file/00000000-0000-0000-3333-000000000002">Fake</a>
+ <a href="/file/00000000-0000-0000-3333-000000000003">Real</a>
<tr><td><b>Release</b>
<td><a href="/release/create">Create</a>
- <td><a href="/release/00000000-0000-0000-4444-000000000002">Example</a>
+ <td>Example <a href="/release/00000000-0000-0000-4444-000000000002">Fake</a>
+ <a href="/release/00000000-0000-0000-4444-000000000003">Real</a>
<tr><td><b>Work</b>
<td><a href="/work/create">Create</a>
- <td><a href="/work/00000000-0000-0000-5555-000000000002">Example</a>
+ <td>Example <a href="/work/00000000-0000-0000-5555-000000000002">Fake</a>
+ <a href="/work/00000000-0000-0000-5555-000000000003">Real</a>
</table>
{% endblock %}