summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-02-13 16:42:51 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-02-13 16:42:51 +0000
commita976497b3a10bbc75fbb8a358a6fd7e389e87214 (patch)
tree52a854ef709b66867da82539ccfe83e4d4f6adf3 /templates
parent3fb99eb4be5f1c3199bdc2bab3c81f3195bf8710 (diff)
downloadtroggle-a976497b3a10bbc75fbb8a358a6fd7e389e87214.tar.gz
troggle-a976497b3a10bbc75fbb8a358a6fd7e389e87214.tar.bz2
troggle-a976497b3a10bbc75fbb8a358a6fd7e389e87214.zip
text file editor now using validated logon properly
Diffstat (limited to 'templates')
-rw-r--r--templates/linked_image_template.html2
-rw-r--r--templates/textfileform.html3
2 files changed, 4 insertions, 1 deletions
diff --git a/templates/linked_image_template.html b/templates/linked_image_template.html
index 336f1dd..940782d 100644
--- a/templates/linked_image_template.html
+++ b/templates/linked_image_template.html
@@ -1 +1 @@
-<a href='{{ page_url }}'><img src='{{ thumbnail_url }}' /></a>
+<a href='{{ page_url }}'><img src='{{ thumbnail_url }}' /></a>&nbsp;
diff --git a/templates/textfileform.html b/templates/textfileform.html
index 75a5131..c2f7c11 100644
--- a/templates/textfileform.html
+++ b/templates/textfileform.html
@@ -30,7 +30,10 @@ Full path on server: {{filepath}}
<br /><br />
<div>
+<label for="id_identified_login">Identified login:</label>
+{{form.identified_login}}<br />
<label for="id_who_are_you">Who are you:</label><br />
+
{{form.who_are_you}}
</div><br />