Skip to content

Commit

Permalink
Added basic username next to question, addressing #34
Browse files Browse the repository at this point in the history
Note to self: see `view.py` for valid var names for template language,
and see `view_question.html`
  • Loading branch information
tracey-le committed Jan 24, 2017
1 parent e2192b7 commit 90dabcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/view_question.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ <h1>Question</h1>
<fieldset>
<input type=text hidden="hidden" name='{{ photo_id }}'/>
<h2>{{ question }}</h2>

<p>
{{ username }}:
</p>
<br />
<img src="/static/{{ file }}" alt="{{ description }}">
<h3>{{ description }}</h3>
<p>
Expand Down

0 comments on commit 90dabcb

Please sign in to comment.