Skip to content

Commit

Permalink
Added icons to the form fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed Apr 9, 2013
1 parent 0193445 commit fc7b7b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file added lost_tracker/static/icons/game.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lost_tracker/static/icons/questionnaire.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion lost_tracker/templates/station.html
Expand Up @@ -21,7 +21,14 @@ <h2><a href="{{url_for('index')}}">Zeréck op d'Haaptsäit</a></h2>
value="{{station.id}}" /></p>
<p style="display: none;"><input type="hidden" name="group_id"
value="{{row.group.id}}" /></p>
<input type="number" name="score" />
<div>
<img src="{{url_for('static', filename='icons/game.png')}}"
height="64"
style="vertical-align: middle;" /><input type="number" name="score" />
</div>
<div>
<img src="{{url_for('static', filename='icons/questionnaire.png')}}" height="64" style="vertical-align: middle;" /><input type="number" name="score" />
</div>
<input type="submit" value="OK" />
</form>
</div>
Expand Down

0 comments on commit fc7b7b3

Please sign in to comment.