diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-02 18:52:15 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-02 18:52:15 +0200 |
| commit | 83a87a3ac93a50e42ff6bc26fdfbab8eecbf314f (patch) | |
| tree | be9e384be2926dc1b183bdb47cb30e465873e1fb /templates/index.html | |
| parent | f2fb2d682ff5f36fa3cfef1b01b63c98ee1e8eb8 (diff) | |
| download | jokevote-83a87a3ac93a50e42ff6bc26fdfbab8eecbf314f.tar.gz jokevote-83a87a3ac93a50e42ff6bc26fdfbab8eecbf314f.zip | |
associate jokes to users
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 5eec239..7038617 100644 --- a/templates/index.html +++ b/templates/index.html @@ -37,6 +37,11 @@ {% endif %} </button> </form> + {% if joke.mine %} + <div class="col s12 center"> + <i class="material-icons">stars</i> + </div> + {% endif %} </div> </div> <div class="valign col s9 m10 {% if joke.reports>0 %}grey-text{% endif %}"> |
