##// END OF EJS Templates
Show link to required tags list in the thread creation form
neko259 -
r1070:d6e7cfd5 default
parent child Browse files
Show More
@@ -141,8 +141,12 b''
141 <div>
141 <div>
142 {% trans 'Tags must be delimited by spaces. Text or image is required.' %}
142 {% trans 'Tags must be delimited by spaces. Text or image is required.' %}
143 </div>
143 </div>
144 <div><a href="{% url "staticpage" name="help" %}">
144 <div>
145 {% trans 'Text syntax' %}</a></div>
145 <a href="{% url "staticpage" name="help" %}">{% trans 'Text syntax' %}</a>
146 </div>
147 <div>
148 <a href="{% url "tags" "required" %}">{% trans 'Tags' %}</a>
149 </div>
146 </div>
150 </div>
147 </div>
151 </div>
148
152
General Comments 0
You need to be logged in to leave comments. Login now