~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to wlscheduling/templates/wlscheduling/other-users.html

  • Committer: franku
  • Date: 2019-04-09 06:34:51 UTC
  • mfrom: (530.1.5 mv_main_files)
  • Revision ID: somal@arcor.de-20190409063451-orglu7d2oda37ej9
moved files stored in folder widelands to folder widelands/mainpage

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% load static %}
1
2
<div id="other-user-template" class="other-user-div" hidden="hidden">
2
3
    <div class="title">
3
4
        <p></p>
4
5
        <button>
5
 
            <img src="/wlmedia/forum/img/send_pm.png" alt="" class="middle"><span class="middle">Send PM</span>
 
6
        <img src="{% static 'forum/img/send_pm.png'%}" alt="" class="middle"><span class="middle">Send PM</span>
6
7
        </button>
7
8
    </div>
8
9
    <div class="other-days-container"></div>
21
22
            {% include "wlscheduling/clock-svg.html" %}
22
23
        </div>
23
24
    </div>
24
 
</div>
 
 
b'\\ No newline at end of file'
 
25
</div>