diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/linked_image_template.html | 2 | ||||
-rw-r--r-- | templates/textfileform.html | 3 |
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> 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 /> |