Changes

Jump to navigation Jump to search
12 bytes added ,  07:49, 27 March 2019
m
no edit summary
Line 76: Line 76:  
  href="{% url 'civilarea_history_create' task.id %}"
 
  href="{% url 'civilarea_history_create' task.id %}"
 
=== Change language template ===
 
=== Change language template ===
  <nowiki><form action="{% url 'set_language' %}" method="post">
+
  <source lang=django><form action="{% url 'set_language' %}" method="post">
 
{% csrf_token %}
 
{% csrf_token %}
 
<input name="next" type="hidden" value="{{ redirect_to }}" />
 
<input name="next" type="hidden" value="{{ redirect_to }}" />
Line 88: Line 88:  
</select>
 
</select>
 
<input type="submit" value="Go" />
 
<input type="submit" value="Go" />
</form></nowiki>
+
</form></source>
    
== Reset Migrations ==
 
== Reset Migrations ==

Navigation menu