Merge "Remove Unneeded field"
[pharos-tools.git] / dashboard / src / templates / dashboard / resource_detail.html
index 79389f0..0a443d9 100644 (file)
                     {{ resource.owner.email }}
                 </p>
                 <p>
-                    <a href="{% url 'booking:create' resource_id=resource.id %}" class="btn
-                    btn-primary">
+                    <a href="{% url 'booking:create' resource_id=resource.id %}" class="btn btn-primary">
                         Booking
                     </a>
-                    <a href="{{ resource.url }}" class="btn
-                    btn-primary">
+                    <a href="{{ resource.url }}" class="btn btn-primary">
                         OPNFV Wiki
                     </a>
                 </p>