diff options
Diffstat (limited to 'cl-theme/templates/comments.html')
-rw-r--r-- | cl-theme/templates/comments.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cl-theme/templates/comments.html b/cl-theme/templates/comments.html index 92f1e6d..725447a 100644 --- a/cl-theme/templates/comments.html +++ b/cl-theme/templates/comments.html @@ -65,6 +65,13 @@ </div> </div> + <div class="warning-sp"> + <div class="field-label is-normal"> + <label for="empty">{{ _('Deja esto vacĂo:') }}</label> + </div> + <input id="empty" type="text" name="url" /> + </div> + <div class="field is-horizontal"> <div class="field-label is-normal"> <label class="has-text-white" for="comment">{{ _('Comentario') }}</label> |