summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/user_profile/user_edit.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-06-15 05:18:22 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-06-15 05:18:22 -0400
commit7cafe4b7a02c79f574862f7abbb56c194734fee0 (patch)
tree47cfcef762c69a50f0f2adefc878c41b56294473 /askbot/skins/default/templates/user_profile/user_edit.html
parentbf636541db4640234ddbdf8d8b7aafa6cbc17bc9 (diff)
parent22f7d075f24b338b5ca2b95df98198b193db5a8c (diff)
downloadaskbot-7cafe4b7a02c79f574862f7abbb56c194734fee0.tar.gz
askbot-7cafe4b7a02c79f574862f7abbb56c194734fee0.tar.bz2
askbot-7cafe4b7a02c79f574862f7abbb56c194734fee0.zip
merged feature 157 by Paul Backhouse
Diffstat (limited to 'askbot/skins/default/templates/user_profile/user_edit.html')
-rw-r--r--askbot/skins/default/templates/user_profile/user_edit.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/askbot/skins/default/templates/user_profile/user_edit.html b/askbot/skins/default/templates/user_profile/user_edit.html
index 7735ba93..88a21e9f 100644
--- a/askbot/skins/default/templates/user_profile/user_edit.html
+++ b/askbot/skins/default/templates/user_profile/user_edit.html
@@ -96,6 +96,14 @@
<td style="vertical-align:top">{{ form.about.label_tag() }}:</td>
<td>{{ form.about }} <span class="form-error"> {{ form.about.errors }} </span></td>
</tr>
+ {% if marked_tags_setting == 'when-user-wants' %}
+ <tr>
+ <td>{{ form.show_marked_tags.label_tag() }}:</td>
+ <td>{{ form.show_marked_tags }}
+ <span class="form-error">{{ form.show_marked_tags.errors }}</span>
+ </td>
+ </tr>
+ {% endif %}
</table>
<div style="margin:30px 0 60px 0">
<input type="submit" value="{% trans %}Update{% endtrans %}" class="submit" >&nbsp;