forked from mmmaly/chcemvediet
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/obligee action direct classification (#438)
* feat: Add obligee action wizard step * feat: Add Direct Classification to the Obligee action wizard
- Loading branch information
1 parent
24cc251
commit 256ee79
Showing
4 changed files
with
208 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
.../apps/inforequests/templates/inforequests/obligee_action/texts/direct_classification.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{# vim: set filetype=htmldjango shiftwidth=2 :#} | ||
|
||
{% comment %} | ||
% | ||
% Context: | ||
% -- wizard: chcemvediet.apps.inforequests.forms.obligee_action.ObligeeActionWizard | ||
% -- step: chcemvediet.apps.inforequests.forms.obligee_action.DirectClassification | ||
% -- inforequest: chcemvediet.apps.inforequests.models.Inforequest | ||
% -- email: poleno.mail.models.Message | None | ||
% | ||
{% endcomment %} | ||
|
||
|
||
<h4>Priame zaradenie odpovede</h4> | ||
<p> | ||
Zvoľte typ odpovede od inštitúcie. | ||
</p> |
17 changes: 17 additions & 0 deletions
17
chcemvediet/apps/inforequests/templates/inforequests/obligee_action/texts/wizard.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{# vim: set filetype=htmldjango shiftwidth=2 :#} | ||
|
||
{% comment %} | ||
% | ||
% Context: | ||
% -- wizard: chcemvediet.apps.inforequests.forms.obligee_action.ObligeeActionWizard | ||
% -- step: chcemvediet.apps.inforequests.forms.obligee_action.ShouldUseWizard | ||
% -- inforequest: chcemvediet.apps.inforequests.models.Inforequest | ||
% -- email: poleno.mail.models.Message | None | ||
% | ||
{% endcomment %} | ||
|
||
|
||
<h4>Chcete použiť na zaradenie odpovede sprievodcu?</h4> | ||
<p> | ||
Sprievodca vám pomocou položení jednoduchých otázok pomôže správne zaradiť prijatú správu. | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters