Skip to content
Snippets Groups Projects

button to add general appointment added

2 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -79,6 +79,14 @@
@@ -79,6 +79,14 @@
<div id="calendar"></div>
<div id="calendar"></div>
</div>
</div>
</div>
</div>
 
<div class="col-md-3">
 
<a href="{% url 'web.views.appointment_add_general' %}" type="button"
 
class="btn btn-block btn-default">Add General appointment</a>
 
</div>
 
<div class="col-md-3">
 
<a href="{% url 'web.views.subjects' %}" type="button"
 
class="btn btn-block btn-default">Add Subject appointment</a>
 
</div>
</div>
</div>
</div>
</div>
{% endblock maincontent %}
{% endblock maincontent %}
Loading