diff options
Diffstat (limited to 'cl-theme/templates')
-rw-r--r-- | cl-theme/templates/base.html | 2 | ||||
-rw-r--r-- | cl-theme/templates/comments.html | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html index 589920a..2e10df6 100644 --- a/cl-theme/templates/base.html +++ b/cl-theme/templates/base.html @@ -45,7 +45,7 @@ <!-- stylesheets --> <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/bulma.css?v=0.7.4"/> <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/hover.css"/> - <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/style.css?v=1.0.5"/> + <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/style.css?v=1.0.5a"/> <!-- favicon --> <link rel="icon" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/cl-favicon-16x16.png" sizes="16x16"/> <link rel="icon" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/cl-favicon-32x32.png" sizes="32x32"/> 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> |