Add title to user overview graphs
This commit is contained in:
@@ -72,8 +72,8 @@
|
||||
te.Select.getOrCreateInstance(me).setValue({{ ['week'] }})
|
||||
end">
|
||||
|
||||
{% for p in user.periods %}
|
||||
<option value="{{ p }}">{{ p }}</option>
|
||||
{% for val,name in user.periods %}
|
||||
<option value="{{ val }}">{{ name }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user