Skip to content
Snippets Groups Projects

Allow working spaces to be added

5 files
+ 132
2
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 7
0
{% extends "main.html" %}
{% block title %}Add Workspace{% endblock %}
{% block mainBlock %}
{% for message in messages %}
<div>{{ message }}</div>
{% endfor %}
{% endblock %}
\ No newline at end of file
Loading