qrurls/templates/qrurls/image.html
changeset 36 95bb1d7463cc
parent 33 b714115da724
child 40 5eefe5a294dc
equal deleted inserted replaced
35:acc1a366fa7c 36:95bb1d7463cc
     4         <title>{{ image }}</title>
     4         <title>{{ image }}</title>
     5         <link rel="stylesheet" type="text/css" href="{% static 'qrurls/qrurls.css' %}" />
     5         <link rel="stylesheet" type="text/css" href="{% static 'qrurls/qrurls.css' %}" />
     6     </head>
     6     </head>
     7     <body class="qrurls-image">
     7     <body class="qrurls-image">
     8         <div class="container">
     8         <div class="container">
     9             <img src="{{ image.get_absolute_url }}" alt="{{ image }}" width="{{ image.image.width }}" height="{{ image.image.height }}" />
     9             <img src="{{ image.get_absolute_url }}" alt="{{ image }}"  />
    10         </div>
    10         </div>
    11     </body>
    11     </body>
    12 </html>
    12 </html>