aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/dashboard/resource_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/dashboard/resource_detail.html')
-rw-r--r--src/templates/dashboard/resource_detail.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/templates/dashboard/resource_detail.html b/src/templates/dashboard/resource_detail.html
index 79389f0..0a443d9 100644
--- a/src/templates/dashboard/resource_detail.html
+++ b/src/templates/dashboard/resource_detail.html
@@ -101,12 +101,10 @@
{{ 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>