Added ProgrammingLanguage input field

Users can now add programming language and percentage to the project.

### TODO
- [ ] Allow users to add multiple languages
This commit is contained in:
Kristofers Solo
2023-06-26 14:01:17 +00:00
parent fd5dd8bf55
commit d3931e52aa
8 changed files with 35 additions and 43 deletions

View File

@@ -7,6 +7,8 @@
{% csrf_token %}
{{ project_form.as_p }}
{{ hosting_platform_form.as_table }}
<br />
{{ programming_language_form.as_table }}
<button type="submit">Submit</button>
</form>
{% endblock %}