Skip to content
Snippets Groups Projects
Commit 38de15a0 authored by Julian's avatar Julian
Browse files

Merge remote-tracking branch 'origin/include-my-work-from-our-last-meeting'...

Merge remote-tracking branch 'origin/include-my-work-from-our-last-meeting' into include-my-work-from-our-last-meeting
parents 890c7dd1 e0ee08c1
No related branches found
No related tags found
1 merge request!6Add ckeditor in FAQ questions admin interface
......@@ -61,7 +61,7 @@
</script>
{# Include React for dynamic select #}
{ include "components/react.html" %}
{# include "components/react.html" #}
<script src="{% static "js/hjelp.js" %}"></script>
{% endblock %}
......@@ -10,7 +10,7 @@ from constance import config
from .mailer import send_mail_with_template
from untisconnect.api import get_all_rooms
from aleksis.apps.chronos.models import Room
from aleksis.core.models import Activity
......@@ -93,7 +93,7 @@ def rebus(request):
else:
form = REBUSForm()
rooms = [room.name for room in get_all_rooms()]
rooms = [room.name for room in Room.objects.all()]
return render(request, 'hjelp/rebus.html', {'form': form, "props": {"rooms": "rooms"}})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment