~lars-luthman-deactivatedaccount/ppvalbok/remove-bookings

« back to all changes in this revision

Viewing changes to templates/view_station.html

  • Committer: Lars Luthman
  • Date: 2009-04-24 13:17:32 UTC
  • Revision ID: lars.luthman@gmail.com-20090424131732-wuob3vy54on0y2kj
Cleaned up a lot of code, added automails to region leads when bookings are confirmed, moved static email texts and other settings to settings.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
      
17
17
      <h4>Ansvarig funktion&auml;r:</h4>
18
18
      <p>
19
 
        {% if station.vsdata.region.user %}
 
19
        {% if station.region.regiondata.user %}
20
20
        <a href="../../user/{{ station.vsdata.region.user.username }}/">
21
 
          {{ station.vsdata.region.user.username }}
 
21
          {{ station.region.regiondata.user.username }}
22
22
        </a>
23
23
        {% else %}
24
24
        Ingen ansvarig funktion&auml;r finns.