diff options
Diffstat (limited to 'cl-theme/templates/comments.html')
-rw-r--r-- | cl-theme/templates/comments.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cl-theme/templates/comments.html b/cl-theme/templates/comments.html index 3bca15e..badae0c 100644 --- a/cl-theme/templates/comments.html +++ b/cl-theme/templates/comments.html @@ -61,11 +61,11 @@ <!-- form begin --> <form id="commentform" method="POST" action="{{ SITEURL }}/vendor/form-comments/commentsubmit.php"> - <input type="hidden" name="post_id" value="{{ article.url }}"> + <input type="hidden" name="post_id" value="{{ article.url }}"/> {% if RELATIVE_URLS == False %} - <input type="hidden" name="return_url" value="{{ SITEURL }}/{{ article.url }}" /> + <input type="hidden" name="return_url" value="{{ SITEURL }}/{{ article.url }}"/> {% else %} - <input type="hidden" name="return_url" value="../../{{ article.url }}" /> + <input type="hidden" name="return_url" value="../../{{ article.url }}"/> {% endif %} <div class="field is-horizontal"> <div class="field-label is-normal"> @@ -78,7 +78,7 @@ class="input" type="text" name="name" - placeholder="{{ _('Su nombre o nick') }}"> + placeholder="{{ _('Su nombre o nick') }}"/> </div> </div> </div> @@ -95,7 +95,7 @@ class="input" type="email" name="email" - placeholder="{{ _('E-mail (requerido, no será publicado)') }}"> + placeholder="{{ _('E-mail (requerido, no será publicado)') }}"/> </div> </div> </div> @@ -112,7 +112,7 @@ class="input" type="url" name="link" - placeholder="{{ _('Su sitio web (opcional)') }}"> + placeholder="{{ _('Su sitio web (opcional)') }}"/> </div> </div> </div> @@ -148,7 +148,7 @@ <div class="field-body"> <div class="field"> <p class="control"> - <input class="button is-button-grey" name="submit" type="submit" value="{{ _('Enviar comentario') }}"> + <input class="button is-button-grey" name="submit" type="submit" value="{{ _('Enviar comentario') }}"/> <!-- Política de Uso --> {% if DEFAULT_LANG == 'en' %} <a href="{{ SITEURL}}/pages/politica-de-uso-es.html">{{ _('Política de uso') }}</a> |